home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1998 / Epic Interactive Encyclopedia, The - 1998 Edition (1998)(Epic Marketing).iso / AmiCDFS-Install < prev    next >
Text File  |  1992-09-01  |  2KB  |  55 lines

  1. ;Installer for AMICDFS
  2.  
  3. ;copy cd0:AmiCDFileSystem/CD0 Devs:DosDrivers
  4. ;copy cd0:AmiCDFileSystem/CD0.info Devs:DosDrivers
  5.  
  6. ;copy cd0:AmiCDFileSystem/L/AmiCDFileSystem L:
  7.  
  8. ;Epic_Encyclopedia:Menufiles/Installfiles/SavReset
  9.  
  10.  
  11.  
  12. ; AmiCDFS Installer Script V1.0
  13. ; (By Vince Pike - 20 Dec 1996)
  14.  
  15. (complete 0)
  16. (Welcome)
  17.  
  18. (message "** IMPORTANT INFORMATION **\n\nThis Script copies the necessary AmiCDFS system files to your Workbench partition.\n\nYou may need to change the CD0 information to match that of your CD-ROM drive.\n\nThe CD0 icon can be located in the Devs:DosDriver drawer!\n\nThe Default setup of this software is for SCSI drive, Set to Scsi ID 3")
  19.  
  20. (Complete 1)
  21. (message "** MORE IMPORTANT INFORMATION **\n\nBefore Proceeding any further, Cancel and make a note/backup of the information contained in the CD0 icon on your Hard disk.")
  22.  
  23. (complete 10)
  24.  
  25. (copyfiles
  26.    (prompt "Coping Devs...")
  27.    (source "Epic_Encyclopedia:AmiCDFileSystem/CD0")
  28.    (dest "Devs:DosDrivers")
  29.    (files)
  30. )
  31.  
  32. (copyfiles
  33.    (prompt "Coping Devs...")
  34.    (source "Epic_Encyclopedia:AmiCDFileSystem/CD0.info")
  35.    (dest "Devs:DosDrivers")
  36.    (files)
  37. )
  38.  
  39. (copyfiles
  40.    (prompt "Coping Devs...")
  41.    (source "Epic_Encyclopedia:AmiCDFileSystem/L/AmiCDFileSystem")
  42.    (dest "L:")
  43.    (files)
  44. )
  45.  
  46. (message "** TECHNICAL INFORMATION **\n\nIf your CD-ROM drive fails to recognize any CDs, Modify the following ToolTypes to match your system configuration.\n\n>DEVICE   The name of the device the CD-ROM drive is connected to.\n>UNIT   The device unit.\n>CONTROL   L=LOWERCASE/S   T=TRACKDISK/S\n\nIf your drive still doesn't work, try setting this option - P=POLL/S\n\n\nFor Technical assistance please call 0 1793 514187 3pm - 5:30pm")
  47.  
  48.  
  49. (complete 99)
  50.  
  51. (run "Epic_Encyclopedia:Menufiles/Installfiles/SavReset"
  52.    (prompt "We will now have to reboot your computer, before pressing Proceed please make sure that you have no unsaved files and that all drive lights are out.")
  53.    (help "We will now have to reboot your computer, before pressing Proceed please make sure that you have no unsaved files and that all drive lights are out.")
  54.    (confirm)
  55. )